home *** CD-ROM | disk | FTP | other *** search
/ TPUG - Toronto PET Users Group / TPUG Users Group CD / TPUG Users Group CD.iso / AMIGA / AMICUS / AMICUS24.ADF / MonoLace / MonoLace.DOC < prev    next >
Text File  |  1988-04-16  |  2KB  |  59 lines

  1. MonoLace:  My first useful "C" project!
  2.  
  3. After modifying the monocrome program to include some color combinations
  4. which work well under interlaced conditions, I remembered an old program
  5. to set the interlace mode without halfing (doubling) the current screen
  6. size.  I have included it in this package as well as a program to display
  7. the current preferences settings.  I used this program along with prefer-
  8. ences to come up with the color combinations 1-6.  Combination 6 will not
  9. work well with a true interlaced display, but is my favorite using MonoLace
  10. alone.  To use MonoLace just modify your startup-sequence to include:
  11.  
  12. MonoLace 6
  13.  
  14. Note:  you DO NOT have to run this program!  If you just type "MonoLace"
  15.        the "Lace" mode will be turned on using the current preferences
  16.        setting, along with a usage line.  If you did this accidentally
  17.        just type "MonoLace o" and all will be well again.
  18.  
  19.  
  20. How to use displaypref:
  21.  
  22. I know alot of you will not like my color combinations, so I will explain
  23. how I used displaypref to get the numbers for color combinations 1-6.
  24. From CLI type:
  25.  
  26.    preferences
  27.  
  28. then set the color sliders with the color combinations you desire.
  29. Then type:
  30.  
  31.    Displaypref
  32.  
  33. Jot down the numbers (which are in hex) with coincide with color slots 0-3.
  34. Then with your hex calculator (or hex conversion chart) get the decimal
  35. equivalents.  Then just replace the ones I used in case 1-6 in the "C"
  36. source.
  37.  
  38. To compile:
  39.  
  40. The only compiler I own is Manx 3.4a (patched) so I will give a quick make
  41. for Manx.
  42.  
  43. cc +l colors.c
  44. ln +cd colors.o -lc32
  45.  
  46. And thats all there is to it!  If you have any suggestions/comments you can
  47. mail them to....
  48.  
  49. PLINK ID   Tony*S
  50.  
  51. Later days.....
  52.  
  53.  
  54. PS.  If you dont have the Manx compiler,
  55.      just give me your color combinations
  56.      (in decimal) and I'll compile it and
  57.      mail it back to you.  Now hows that
  58.      for a deal.
  59.